if(isset(f5)) {
  load.pic(v0);
  draw.pic(v0);
  discard.pic(v0);
   position(o0,143,139);
  status.line.on();
  accept.input();
    load.view(20);
  set.view(o1,20);
  animate.obj(o1);
  set.loop(o1,3);
  position(o1,16,97);
  draw(o1);
  stop.cycling(o1);




  draw(o0);
  show.pic();

}
if(posn(o0,68,86,71,124)){
print("You can't go to the other side of the ship because there are only rich people.");
  }
    if(v2 == 2){
  new.room(28);
}
if(said("look")){
print("You at the front of the ship. There seems to be a skipper or something like that.");
}
if(said("look","sky")){
print("It's a beatiful night sky.");
}
if (said("talk","man")) {
if(v220 == 4){
print("You already talked to him.");
return();
}
if (posn(o0,1,76,30,114)){
print("Lefty: 'Hi.'");
  print("Guy: 'Hello. I've got a little question for you.'");
  print("Lefty: 'Fire away.'");
  print("Guy: 'Could you bring me somekind of food so I could go to work again. I can't because I haven't got any energy left.'");
  print("Lefty: 'Ok.'");
  print("Guy: 'See you then.'");
  v220 = 4;
  return();
  }
        print("You're not close enough.");
      return();





      }
      if(said("give","cake")){
      if(posn(o0,7,88,24,104)){
      if(has("cake")){
        print("Lefy: Here's a cake!");
  print("Man: Thanks.");
  v3 += 6;
  v170 = 3;
  shake.screen(2);
  print("KAMBOOOOOMMMMMM!!!!!!!!!");
  print("Lefy: WHAT WAS HELL THAT?");
  print("Man: IT CAME FROM THE SHIP ARSE.");
  v11 = 0;
   v12 = 0;
    v13 = 0;
     get("beer");
     drop("cake");
     v3 += 4;
     return();
      }
      print("You don't have it.");
      return();

      }
      print("You're not close enough.");
}

if(said("look","floor")){
print("It's light brown.");
}
if(said("look","ship")){
print("It's a very light blue colored ship.");
}
if(said("look","skipper")){
print("He's just like a human.");
}
if(said("look","sea")){
print("It's blue.");
 }
 if(said("put on","swim trousers")){
 if(v190 == 5){
   print("You're already wearing those.");
 return();

 }
 print("Ok");
 load.view(99);//lefty ujumispykstes
 set.view(o0,99);
 draw(o0);
 v190 = 5;
 v3 +=4;
 return();


  }
return();